home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / clesson / c.dir / 00155_Bitmap_155 (.png) < prev    next >
Bitmap Image  |  1995-04-05  |  65KB  |  496x128  |  1-bit (2 colors)
Labels: text | font
OCR: The variable c is of the type "char". The identifier "name is of the type "array of char," and its size is MAXSTRING. In C, all array subscripts start at 0. Thus name[0], name[1]. ..., name [MAXSTRING - 1] are the elements of the array. The variables "i" and "sum" are of type "int"; "sum" is initialized to 0.